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!)
A092844 a(n) = Sum_{k=1..n} prime(k)*10^(k-1). 3
2, 32, 532, 7532, 117532, 1417532, 18417532, 208417532, 2508417532, 31508417532, 341508417532, 4041508417532, 45041508417532, 475041508417532, 5175041508417532, 58175041508417532, 648175041508417532 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
ListTools:-PartialSums([seq(ithprime(i)*10^(i-1), i=1..30)]); # Robert Israel, Apr 12 2020
MATHEMATICA
Array[Sum[Prime[k]*10^(k - 1), {k, #}] &, 17] (* Michael De Vlieger, Jun 22 2022 *)
Accumulate[Table[Prime[n]10^(n-1), {n, 20}]] (* Harvey P. Dale, Oct 11 2022 *)
PROG
(PARI) a(n) = fromdigits(Vecrev(primes(n))); \\ Kevin Ryde, Jun 22 2022
CROSSREFS
Sequence in context: A022019 A010045 A052151 * A038394 A068110 A304860
KEYWORD
nonn,easy
AUTHOR
Jorge Coveiro, Apr 15 2004
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 May 9 07:00 EDT 2024. Contains 372346 sequences. (Running on oeis4.)