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!)
A109365 a(-1)=a(0)=1 and recursively a(n) = prime(n)*(a(n-1)+a(n-2)). 2
1, 4, 15, 95, 770, 9515, 133705, 2434740, 48800455, 1178409485, 35589088260, 1139792430095, 43489116179135, 1829785252978430, 80550797873775295, 3871887406957425075, 209479224856053619610, 12587715623517651636415 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
A109365 := proc(n) if n<= 0 then 1; else ithprime(n)*(procname(n-1)+procname(n-2)) ; end if; end proc: # R. J. Mathar, Sep 15 2011
CROSSREFS
Cf. A109366.
Sequence in context: A040025 A366697 A208991 * A352415 A079128 A356524
KEYWORD
nonn
AUTHOR
Giorgio Balzarotti, Aug 23 2005
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 29 00:08 EDT 2024. Contains 372097 sequences. (Running on oeis4.)