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!)
A004397 a(n) = prime(n) + Fibonacci(n). 4
3, 4, 7, 10, 16, 21, 30, 40, 57, 84, 120, 181, 274, 420, 657, 1040, 1656, 2645, 4248, 6836, 11019, 17790, 28740, 46457, 75122, 121494, 196521, 317918, 514338, 832153, 1346396, 2178440, 3524715, 5703026, 9227614, 14930503, 24157974, 39088332, 63246153 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
GCHQ, The GCHQ Puzzle Book, Penguin, 2016. See page 79.
LINKS
MAPLE
with(combinat): f := n -> fibonacci(n) + ithprime(n);
MATHEMATICA
Table[Fibonacci[n] + Prime[n], {n, 35}]
PROG
(Magma) [NthPrime(n)+Fibonacci(n): n in [1..50]]; // Vincenzo Librandi, Jul 29 2016
CROSSREFS
Cf. A100700.
Sequence in context: A368896 A237833 A275633 * A324368 A241654 A047967
KEYWORD
nonn
AUTHOR
Hegermann, Frank (hegermann(AT)oi.dbv.commerzbank.dbp.de)
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 March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)