Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)

Revision History for A212598

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A212598 a(n) = n - m!, where m is the largest number such that m! <= n.
(history; published version)
#13 by Charles R Greathouse IV at Wed Sep 02 13:39:49 EDT 2015
STATUS

editing

approved

#12 by Charles R Greathouse IV at Wed Sep 02 13:39:47 EDT 2015
PROG

(PARI) a(n)=my(m); while(m++!<=n, ); n-(m-1)! \\ Charles R Greathouse IV, Sep 02 2015

STATUS

approved

editing

#11 by T. D. Noe at Tue Dec 18 15:42:52 EST 2012
STATUS

proposed

approved

#10 by Antti Karttunen at Tue Dec 18 09:11:44 EST 2012
STATUS

editing

proposed

#9 by Antti Karttunen at Tue Dec 18 09:11:02 EST 2012
COMMENTS

Sequence consists of numbers 0..A001563(n)-1 followed by numbers 0..A001563(n+1)-1, and so on.. - _Antti Karttunen_, Dec 17 2012

STATUS

proposed

editing

Discussion
Tue Dec 18 09:11
Antti Karttunen: Added the attribution to my comment, which I forgot last night.
#8 by Antti Karttunen at Mon Dec 17 23:14:27 EST 2012
STATUS

editing

proposed

#7 by Antti Karttunen at Mon Dec 17 23:13:40 EST 2012
LINKS

Antti A. Karttunen, <a href="/A212598/b212598.txt">Table of n, a(n) for n = 1..5040</a>

#6 by Antti Karttunen at Mon Dec 17 23:12:32 EST 2012
COMMENTS

The m in definition is given by A084558(n).

Sequence consists of numbers 0..A001563(n)-1 followed by numbers 0..A001563(n+1)-1, and so on.

LINKS

Antti Karttunen, <a href="/A212598/b212598.txt">Table of n, a(n) for n = 1..5040</a>

FORMULA

a(n) = n-A000142(A084558(n)). - Antti Karttunen, Dec 17 2012

PROG

(Scheme): (define (A212598 n) (- n (A000142 (A084558 n))))

CROSSREFS

Cf. A136437, A212266, A220656.

STATUS

approved

editing

#5 by N. J. A. Sloane at Tue May 22 15:50:27 EDT 2012
STATUS

editing

approved

#4 by N. J. A. Sloane at Tue May 22 15:50:24 EDT 2012
CROSSREFS

Cf. A136437, A212266.

STATUS

approved

editing

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 12 05:07 EDT 2024. Contains 375842 sequences. (Running on oeis4.)