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!)
A029716 Partial sums of Kempner numbers A002034. 1
1, 3, 6, 10, 15, 18, 25, 29, 35, 40, 51, 55, 68, 75, 80, 86, 103, 109, 128, 133, 140, 151, 174, 178, 188, 201, 210, 217, 246, 251, 282, 290, 301, 318, 325, 331, 368, 387, 400, 405, 446, 453, 496, 507, 513, 536, 583, 589, 603, 613, 630, 643, 696, 705, 716, 723, 742 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Comment from Jonathan Vos Post, May 18 2010 (Start):
The subsequence of primes begins: 3, 29, 103, 109, 151, 251, 331, 613, 643, 1033, 1151, 1277, 1307, 1399.
The subsequence of perfect powers begins: 1, 25, 128, 400, 1296. (End)
LINKS
FORMULA
a(n) ~ Pi^2 * n^2 / (12 * log(n)) [Li Hailong and Zhao Xiaopeng, 2004]. - Vaclav Kotesovec, Jul 29 2021
MATHEMATICA
Accumulate[Table[found = 0; m = 1; While[found == 0, If[IntegerQ[m!/n], found = 1, m++]]; m, {n, 1, 100}]] (* Vaclav Kotesovec, Jul 29 2021 *)
CROSSREFS
Sequence in context: A054731 A334129 A282064 * A284521 A360029 A162553
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Vaclav Kotesovec, Jul 29 2021
STATUS
approved

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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)